home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #279 (1993)(Rhein-Sieg-Soft).zip / Franz PD Disk #279 (1993)(Rhein-Sieg-Soft).adf / FrontEddi_V2.01.LHA / FrontEddi / FrontEddi_ENG.doc < prev    next >
Text File  |  1993-09-05  |  5KB  |  191 lines

  1.  
  2.               FrontEddi V2.01
  3.  
  4.                - FREEWARE -
  5.  
  6.          (c) 1992-93 by Andreas R. Kleinert. All rights reserved.
  7.  
  8.           This program was written under OS V3.00 and is therefore
  9.           fully compatible. It needs OS >= V2.04.
  10.           This program needs 'asl.library' V37+ (in "LIBS:").
  11.  
  12.           Release Date : 05.09.1993
  13.  
  14.  
  15.     Copyright :
  16.     ===========
  17.  
  18.     The program FrontEddi and its documentation files are
  19.     (C)opyright 1992-93 by Andreas R. Kleinert. All rights reserved.
  20.  
  21.  
  22.     Disclaimer :
  23.     ============
  24.  
  25.     The author takes no responsibility for any results of the use of this
  26.     program.
  27.     This software is provided "AS IS" and there is no warranty of any kind,
  28.     so that you use this software at your own risk.
  29.  
  30.  
  31.     Distribution :
  32.     ==============
  33.  
  34.     The program FrontEddi is freely distributable (FREEWARE).
  35.     You may copy it, if the copyright notice is left intact and
  36.     all of its parts are included in the distribution.
  37.     This program must not be included in commercial packages or commercial
  38.     program collections without my written permission.
  39.     This program must not be sold in any way, but it is allowed to take
  40.     a nominal fee including the costs for copying.
  41.  
  42.     This program may be put on public domain disks or included in public
  43.     domain disk libraries.
  44.     Special permission hereby goes to Fred Fish's AmigaLib-Disks and
  45.     the german series TAIFUN, FRANZ, TIME, GPD and Amiga Szene.
  46.  
  47.     This program may also be distributed via electronic mail and may be
  48.     put into mailboxes as long as the redistribution conditions are
  49.     respected in all points.
  50.  
  51.     By using or distributing this program you automatically agree to
  52.     all of the above conditions and terms.
  53.  
  54.  
  55.     Function :
  56.     ==========
  57.  
  58.     FrontEddi is an interface, which pops up an AslRequest to use the result
  59.     as the first parameter to an other program (e.g. a TextEditor).
  60.     Aliases may be used (as described under "Usage :").
  61.  
  62.     Now nearly _every_ program may be run with a REQUESTER at StartUp !!!
  63.  
  64.  
  65.     Additional Information :
  66.     ========================
  67.  
  68.     "FrontEddi" stands for "(in) Front (of an) Editor", which just means,
  69.     that is called before e.g. a Text-Editor is called.
  70.     So this is not a C-Compiler's "FrontEnd", but may be an Editor's
  71.     "FrontEddi".
  72.  
  73.  
  74.     Correspondence :
  75.     ================
  76.  
  77.     If you like, you may send me some money. Perhaps this will motivate me
  78.     to continue programming such programs or just making updates of
  79.     this one. Send bug-reports, money or whatever to :
  80.  
  81.        Andreas R. Kleinert,
  82.        Grube Hohe Grethe 23,
  83.        D-57074 Siegen,
  84.        Germany.
  85.  
  86.     Usage :
  87.     =======
  88.  
  89.      FrontEddi <Program> <Other Parameters>
  90.  
  91.  
  92.      Examples :
  93.  
  94.      (1) "How to create your own special LIST command"
  95.  
  96.      Step 1 : Alias FList FrontEddi c:List NODATES
  97.      Step 2 : FList
  98.  
  99.      Result : You may select a directory via requester, before showing it !!!
  100.  
  101.      (2) "How to frontend an Editor"
  102.  
  103.      Step 1 : Alias ED c:ED
  104.      Step 2 : ED
  105.  
  106.      Result : You may select a file via requester, before editing it !!!
  107.  
  108.      (3) "How to request a program only"
  109.  
  110.      FrontEddi
  111.  
  112.      Result : The selected program will be started after the selection
  113.           is made.
  114.  
  115.      Bugs   : This option does not seem to work with CLI-Commands like
  116.           "c:Dir" (kickstart-internal ?).
  117.  
  118.  
  119.     History :
  120.     =========
  121.  
  122.      V2.01 : (original length : 4020 Bytes)
  123.      -------
  124.  
  125.          - fixed Window-Bug, which occured, when the Requester was
  126.            attached to the Workbench-Window (if active Window) :
  127.            FrontEddi now always opens its own Window.
  128.          - Patternmatching-Gadget added
  129.          - use of SAS/C V6.03
  130.  
  131.  
  132.      V2.00 : (original length : 4160 Bytes)
  133.      -------
  134.  
  135.          - use of SAS/C V6.00
  136.  
  137.  
  138.      V1.08 : (original length : 4060 Bytes)
  139.      -------
  140.  
  141.          - some small enhancements
  142.          - bugfix : request for "intuition.library" was V33, now is V37
  143.          - Requesters' Gadget-Texts defined as "Take" and "Leave"
  144.            ("Leave" does not necessarily mean "Quit" ...)
  145.          - created more suitable error-messages
  146.            (can't be thought of to be shell-messages any longer)
  147.          - fixed info-text displayment ("?"-option)
  148.          - re-arranged docs
  149.          - added an "original length" note to the doc-file to make
  150.            it easier to fight against link-viruses
  151.            (also for older versions)
  152.  
  153.  
  154.      V1.07 : (original length : 3960 Bytes)
  155.      -------
  156.  
  157.          - This is the main release. Did not know if V1.06 was released,
  158.            so release date may have been wrong. No changes.
  159.  
  160.  
  161.      V1.05 - V1.06 : (original length : 6084 / 3960 Bytes)
  162.      ---------------
  163.  
  164.          - Fixed a bug in the docs. Example call was just silly.
  165.          - Make use of DOS-2.04-Function "RunCommand()"
  166.          - Fixed a bug in handling-mechanism of "/", ":".
  167.          - Also now with full ability of starting programs via requester.
  168.          - FrontEddi now may be made RESIDENT.
  169.          - The new "$VER"sion-String is now supported.
  170.          - make use of "__regargs"
  171.          - use definitely "Current Window"
  172.          - use SAS/C's "same string == one string" possibility (-cs)
  173.          - own CTRL-C/-D-Handling
  174.          - use own "puts()"
  175.          - got about 40%-50% space reduction
  176.  
  177.  
  178.      V1.00 : (original length : 5696 Bytes)
  179.      -------
  180.  
  181.          - The first and initial release.
  182.  
  183.  
  184.     Copyrights :
  185.     ============
  186.  
  187.     Some of the mentioned names or products above may be copyrighted by
  188.     companies or trademarks of companies.
  189.  
  190.  
  191.